projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f90191
)
(init_process): Initilize Vdefault_process_coding_system.
author
Kenichi Handa
<handa@m17n.org>
Fri, 26 Jun 1998 04:13:40 +0000
(
04:13
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 26 Jun 1998 04:13:40 +0000
(
04:13
+0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index 73cf694e0bea715719dc1c519ce556f6745f21ab..c8ee4b96ea9d341026d5fad4a9ff0faaec697924 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-4395,6
+4395,11
@@
init_process ()
}
bzero (proc_decode_coding_system, sizeof proc_decode_coding_system);
bzero (proc_encode_coding_system, sizeof proc_encode_coding_system);
+
+ Vdefault_process_coding_system
+ = (NILP (buffer_defaults.enable_multibyte_characters)
+ ? Fcons (Qraw_text, Qnil)
+ : Fcons (Qemacs_mule, Qnil));
}
void